IBM Endpoint Manager Inspectors Reference |
Win: Windows
Lin: Red Hat and SUSE Linux
Sol: SUN Solaris
HPUX: Hewlett-Packard UNIX version
AIX: IBM AIX
Mac: Apple Macintosh
Ubu: Ubuntu/Debian
WM: Windows Mobile
The version (e.g. Lin:8.1) corresponds to the version of the IEM product (8.1) in which the inspector was introduced in the client on that platform.
The version number is not shown if it is less than 8.0.
These Inspectors help you manage system objects and software packages.
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
pkgdb | A top-level object containing a list of all the installed packages, in the form of pkginfos. | Sol |
Declaration | Return type | Description | Platforms (?) |
patch <string> of <pkgdb> | <patch> Plural: patches | Returns the requested patch from the package database. Typically used for existence tests. | Sol |
patch id <string> of <pkgdb> | <string> Plural: patch ids | Returns the specified patch id string from the package database. Typically used for existence tests. | Sol |
patch id of <pkgdb> | <string> Plural: patch ids | Returns a space-delimited list of patch ids from the specified package database. | Sol |
patch of <pkgdb> | <patch> Plural: patches | Returns all the patches listed in the given pkgdb (package database). | Sol |
pkginfo <string> of <pkgdb> | <pkginfo> Plural: pkginfos | Returns the specified pkginfo from the package database. Typically used for existence tests. | Sol |
pkginfo of <pkgdb> | <pkginfo> Plural: pkginfos | Returns all the packages (as pkginfos) in the given package database. | Sol |
Declaration | Description | Platforms (?) |
pkginfo <string> of <pkgdb> | Returns the specified pkginfo from the package database. Typically used for existence tests. Example: exists pkginfo "SUNWrdm" of pkgdb - Returns TRUE if the specified pkginfo exists in the package database. | Sol |
pkginfo of <pkgdb> | Returns all the packages (as pkginfos) in the given package database. | Sol |
Declaration | Return type | Description | Platforms (?) |
<pkginfo> as string | <string> | Converts a pkginfo object into a string. | Sol |
arch of <pkginfo> | <string> Plural: archs | Returns a string representing the architecture of the package specified by the pkginfo object. | Sol |
category of <pkginfo> | <string> Plural: categories | Returns a string representing the category of the package specified by pkginfo. | Sol |
name of <pkginfo> | <string> Plural: names | Returns the name of the package from the specified pkginfo object. | Sol |
param <string> of <pkginfo> | <string> Plural: params | Returns the value of the named parameter (specified by <string>) from the pkginfo object. | Sol |
patch <string> of <pkginfo> | <patch> Plural: patches | Returns a named patch from the specified pkginfo. | Sol |
patch id <string> of <pkginfo> | <string> Plural: patch ids | Returns the specified patch id string from the specified pkginfo of the package database. Typically used for existence tests. | Sol |
patch id of <pkginfo> | <string> Plural: patch ids | Returns a space delimited list of patch ids, for example: "123456-01 123456-02 200213-23 501234-02". This is the same list available from the PATCHLIST parameter of the pkginfo. | Sol |
patch of <pkginfo> | <patch> Plural: patches | Returns the patch object referenced in the pkginfo object. | Sol |
pkginst of <pkginfo> | <string> Plural: pkginsts | Returns a short string used as an abbreviation for the package name given by the pkginfo object. Typically contains a vendor symbol and an ID, like "CSCOh007". | Sol |
vendor of <pkginfo> | <string> Plural: vendors | Returns a string containing the name of the package vendor. This is the same as the VENDOR parameter of the pkginfo. | Sol |
version of <pkginfo> | <string> Plural: versions | Returns a version number for the specified pkginfo object. Not to be confused with revision numbers of patches. This is the same as the VERSION parameter of the pkginfo. | Sol |
Declaration | Description | Platforms (?) |
patch <string> of <pkgdb> | Returns the requested patch from the package database. Typically used for existence tests. Example: exists patch "123456" of pkgdb - Returns TRUE if any revision of the patch with this ID exists in the package database. Example: exists patch "123456-12" of pkgdb - Returns TRUE if this exact patch ID (including the revision) exists in the package database. | Sol |
patch of <pkgdb> | Returns all the patches listed in the given pkgdb (package database). | Sol |
patch <string> of <pkginfo> | Returns a named patch from the specified pkginfo. Example: exists patch "123456" of pkginfo "SUNWrdm" of pkgdb - Returns TRUE if this patch exists in the specified pkginfo of the package database. | Sol |
patch of <pkginfo> | Returns the patch object referenced in the pkginfo object. | Sol |
Declaration | Return type | Description | Platforms (?) |
base of <patch> | <string> Plural: bases | Returns the base number of the given patch, which is a unique identifier for the file, as a string. | Sol |
greatest revision of <patch> | <string> Plural: greatest revisions | Returns the highest revision of the patch. | Sol |
least revision of <patch> | <string> Plural: least revisions | Returns the lowest revision of the patch. | Sol |
revision <string> of <patch> | <string> Plural: revisions | Returns the specified revision string from the given patch. Typically used for existence tests. | Sol |
revision of <patch> | <string> Plural: revisions | Returns an additional revision number which modifies the base of the patch. | Sol |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return Type | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |